3.1.80 \(\int \frac {x^8 (4+x^2+3 x^4+5 x^6)}{(2+3 x^2+x^4)^2} \, dx\)

Optimal. Leaf size=70 \[ \frac {5 x^7}{7}-\frac {27 x^5}{5}+\frac {98 x^3}{3}-\frac {\left (207 x^2+206\right ) x}{2 \left (x^4+3 x^2+2\right )}-293 x+\frac {9}{2} \tan ^{-1}(x)+340 \sqrt {2} \tan ^{-1}\left (\frac {x}{\sqrt {2}}\right ) \]

________________________________________________________________________________________

Rubi [A]  time = 0.08, antiderivative size = 70, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 4, integrand size = 31, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.129, Rules used = {1668, 1676, 1166, 203} \begin {gather*} \frac {5 x^7}{7}-\frac {27 x^5}{5}+\frac {98 x^3}{3}-\frac {\left (207 x^2+206\right ) x}{2 \left (x^4+3 x^2+2\right )}-293 x+\frac {9}{2} \tan ^{-1}(x)+340 \sqrt {2} \tan ^{-1}\left (\frac {x}{\sqrt {2}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(x^8*(4 + x^2 + 3*x^4 + 5*x^6))/(2 + 3*x^2 + x^4)^2,x]

[Out]

-293*x + (98*x^3)/3 - (27*x^5)/5 + (5*x^7)/7 - (x*(206 + 207*x^2))/(2*(2 + 3*x^2 + x^4)) + (9*ArcTan[x])/2 + 3
40*Sqrt[2]*ArcTan[x/Sqrt[2]]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 1166

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Di
st[e/2 + (2*c*d - b*e)/(2*q), Int[1/(b/2 - q/2 + c*x^2), x], x] + Dist[e/2 - (2*c*d - b*e)/(2*q), Int[1/(b/2 +
 q/2 + c*x^2), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - a*e^2, 0] && PosQ[b^
2 - 4*a*c]

Rule 1668

Int[(Pq_)*(x_)^(m_)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_), x_Symbol] :> With[{d = Coeff[PolynomialRemainde
r[x^m*Pq, a + b*x^2 + c*x^4, x], x, 0], e = Coeff[PolynomialRemainder[x^m*Pq, a + b*x^2 + c*x^4, x], x, 2]}, S
imp[(x*(a + b*x^2 + c*x^4)^(p + 1)*(a*b*e - d*(b^2 - 2*a*c) - c*(b*d - 2*a*e)*x^2))/(2*a*(p + 1)*(b^2 - 4*a*c)
), x] + Dist[1/(2*a*(p + 1)*(b^2 - 4*a*c)), Int[(a + b*x^2 + c*x^4)^(p + 1)*ExpandToSum[2*a*(p + 1)*(b^2 - 4*a
*c)*PolynomialQuotient[x^m*Pq, a + b*x^2 + c*x^4, x] + b^2*d*(2*p + 3) - 2*a*c*d*(4*p + 5) - a*b*e + c*(4*p +
7)*(b*d - 2*a*e)*x^2, x], x], x]] /; FreeQ[{a, b, c}, x] && PolyQ[Pq, x^2] && GtQ[Expon[Pq, x^2], 1] && NeQ[b^
2 - 4*a*c, 0] && LtQ[p, -1] && IGtQ[m/2, 0]

Rule 1676

Int[(Pq_)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> Int[ExpandIntegrand[Pq/(a + b*x^2 + c*x^4), x], x
] /; FreeQ[{a, b, c}, x] && PolyQ[Pq, x^2] && Expon[Pq, x^2] > 1

Rubi steps

\begin {align*} \int \frac {x^8 \left (4+x^2+3 x^4+5 x^6\right )}{\left (2+3 x^2+x^4\right )^2} \, dx &=-\frac {x \left (206+207 x^2\right )}{2 \left (2+3 x^2+x^4\right )}-\frac {1}{4} \int \frac {-412-6 x^2+212 x^4-108 x^6+48 x^8-20 x^{10}}{2+3 x^2+x^4} \, dx\\ &=-\frac {x \left (206+207 x^2\right )}{2 \left (2+3 x^2+x^4\right )}-\frac {1}{4} \int \left (1172-392 x^2+108 x^4-20 x^6-\frac {2 \left (1378+1369 x^2\right )}{2+3 x^2+x^4}\right ) \, dx\\ &=-293 x+\frac {98 x^3}{3}-\frac {27 x^5}{5}+\frac {5 x^7}{7}-\frac {x \left (206+207 x^2\right )}{2 \left (2+3 x^2+x^4\right )}+\frac {1}{2} \int \frac {1378+1369 x^2}{2+3 x^2+x^4} \, dx\\ &=-293 x+\frac {98 x^3}{3}-\frac {27 x^5}{5}+\frac {5 x^7}{7}-\frac {x \left (206+207 x^2\right )}{2 \left (2+3 x^2+x^4\right )}+\frac {9}{2} \int \frac {1}{1+x^2} \, dx+680 \int \frac {1}{2+x^2} \, dx\\ &=-293 x+\frac {98 x^3}{3}-\frac {27 x^5}{5}+\frac {5 x^7}{7}-\frac {x \left (206+207 x^2\right )}{2 \left (2+3 x^2+x^4\right )}+\frac {9}{2} \tan ^{-1}(x)+340 \sqrt {2} \tan ^{-1}\left (\frac {x}{\sqrt {2}}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 71, normalized size = 1.01 \begin {gather*} \frac {5 x^7}{7}-\frac {27 x^5}{5}+\frac {98 x^3}{3}+\frac {-207 x^3-206 x}{2 \left (x^4+3 x^2+2\right )}-293 x+\frac {9}{2} \tan ^{-1}(x)+340 \sqrt {2} \tan ^{-1}\left (\frac {x}{\sqrt {2}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(x^8*(4 + x^2 + 3*x^4 + 5*x^6))/(2 + 3*x^2 + x^4)^2,x]

[Out]

-293*x + (98*x^3)/3 - (27*x^5)/5 + (5*x^7)/7 + (-206*x - 207*x^3)/(2*(2 + 3*x^2 + x^4)) + (9*ArcTan[x])/2 + 34
0*Sqrt[2]*ArcTan[x/Sqrt[2]]

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^8 \left (4+x^2+3 x^4+5 x^6\right )}{\left (2+3 x^2+x^4\right )^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(x^8*(4 + x^2 + 3*x^4 + 5*x^6))/(2 + 3*x^2 + x^4)^2,x]

[Out]

IntegrateAlgebraic[(x^8*(4 + x^2 + 3*x^4 + 5*x^6))/(2 + 3*x^2 + x^4)^2, x]

________________________________________________________________________________________

fricas [A]  time = 1.34, size = 79, normalized size = 1.13 \begin {gather*} \frac {150 \, x^{11} - 684 \, x^{9} + 3758 \, x^{7} - 43218 \, x^{5} - 192605 \, x^{3} + 71400 \, \sqrt {2} {\left (x^{4} + 3 \, x^{2} + 2\right )} \arctan \left (\frac {1}{2} \, \sqrt {2} x\right ) + 945 \, {\left (x^{4} + 3 \, x^{2} + 2\right )} \arctan \relax (x) - 144690 \, x}{210 \, {\left (x^{4} + 3 \, x^{2} + 2\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^8*(5*x^6+3*x^4+x^2+4)/(x^4+3*x^2+2)^2,x, algorithm="fricas")

[Out]

1/210*(150*x^11 - 684*x^9 + 3758*x^7 - 43218*x^5 - 192605*x^3 + 71400*sqrt(2)*(x^4 + 3*x^2 + 2)*arctan(1/2*sqr
t(2)*x) + 945*(x^4 + 3*x^2 + 2)*arctan(x) - 144690*x)/(x^4 + 3*x^2 + 2)

________________________________________________________________________________________

giac [A]  time = 0.33, size = 58, normalized size = 0.83 \begin {gather*} \frac {5}{7} \, x^{7} - \frac {27}{5} \, x^{5} + \frac {98}{3} \, x^{3} + 340 \, \sqrt {2} \arctan \left (\frac {1}{2} \, \sqrt {2} x\right ) - 293 \, x - \frac {207 \, x^{3} + 206 \, x}{2 \, {\left (x^{4} + 3 \, x^{2} + 2\right )}} + \frac {9}{2} \, \arctan \relax (x) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^8*(5*x^6+3*x^4+x^2+4)/(x^4+3*x^2+2)^2,x, algorithm="giac")

[Out]

5/7*x^7 - 27/5*x^5 + 98/3*x^3 + 340*sqrt(2)*arctan(1/2*sqrt(2)*x) - 293*x - 1/2*(207*x^3 + 206*x)/(x^4 + 3*x^2
 + 2) + 9/2*arctan(x)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 56, normalized size = 0.80 \begin {gather*} \frac {5 x^{7}}{7}-\frac {27 x^{5}}{5}+\frac {98 x^{3}}{3}-293 x +\frac {x}{2 x^{2}+2}-\frac {104 x}{x^{2}+2}+\frac {9 \arctan \relax (x )}{2}+340 \sqrt {2}\, \arctan \left (\frac {\sqrt {2}\, x}{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^8*(5*x^6+3*x^4+x^2+4)/(x^4+3*x^2+2)^2,x)

[Out]

5/7*x^7-27/5*x^5+98/3*x^3-293*x+1/2*x/(x^2+1)+9/2*arctan(x)-104*x/(x^2+2)+340*arctan(1/2*2^(1/2)*x)*2^(1/2)

________________________________________________________________________________________

maxima [A]  time = 1.64, size = 58, normalized size = 0.83 \begin {gather*} \frac {5}{7} \, x^{7} - \frac {27}{5} \, x^{5} + \frac {98}{3} \, x^{3} + 340 \, \sqrt {2} \arctan \left (\frac {1}{2} \, \sqrt {2} x\right ) - 293 \, x - \frac {207 \, x^{3} + 206 \, x}{2 \, {\left (x^{4} + 3 \, x^{2} + 2\right )}} + \frac {9}{2} \, \arctan \relax (x) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^8*(5*x^6+3*x^4+x^2+4)/(x^4+3*x^2+2)^2,x, algorithm="maxima")

[Out]

5/7*x^7 - 27/5*x^5 + 98/3*x^3 + 340*sqrt(2)*arctan(1/2*sqrt(2)*x) - 293*x - 1/2*(207*x^3 + 206*x)/(x^4 + 3*x^2
 + 2) + 9/2*arctan(x)

________________________________________________________________________________________

mupad [B]  time = 0.95, size = 58, normalized size = 0.83 \begin {gather*} \frac {9\,\mathrm {atan}\relax (x)}{2}-293\,x+340\,\sqrt {2}\,\mathrm {atan}\left (\frac {\sqrt {2}\,x}{2}\right )-\frac {\frac {207\,x^3}{2}+103\,x}{x^4+3\,x^2+2}+\frac {98\,x^3}{3}-\frac {27\,x^5}{5}+\frac {5\,x^7}{7} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^8*(x^2 + 3*x^4 + 5*x^6 + 4))/(3*x^2 + x^4 + 2)^2,x)

[Out]

(9*atan(x))/2 - 293*x + 340*2^(1/2)*atan((2^(1/2)*x)/2) - (103*x + (207*x^3)/2)/(3*x^2 + x^4 + 2) + (98*x^3)/3
 - (27*x^5)/5 + (5*x^7)/7

________________________________________________________________________________________

sympy [A]  time = 0.21, size = 68, normalized size = 0.97 \begin {gather*} \frac {5 x^{7}}{7} - \frac {27 x^{5}}{5} + \frac {98 x^{3}}{3} - 293 x + \frac {- 207 x^{3} - 206 x}{2 x^{4} + 6 x^{2} + 4} + \frac {9 \operatorname {atan}{\relax (x )}}{2} + 340 \sqrt {2} \operatorname {atan}{\left (\frac {\sqrt {2} x}{2} \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**8*(5*x**6+3*x**4+x**2+4)/(x**4+3*x**2+2)**2,x)

[Out]

5*x**7/7 - 27*x**5/5 + 98*x**3/3 - 293*x + (-207*x**3 - 206*x)/(2*x**4 + 6*x**2 + 4) + 9*atan(x)/2 + 340*sqrt(
2)*atan(sqrt(2)*x/2)

________________________________________________________________________________________